home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / html / HTMLDocument$Iterator.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  518 b   |  18 lines

  1. package javax.swing.text.html;
  2.  
  3. import javax.swing.text.AttributeSet;
  4.  
  5. public abstract class HTMLDocument$Iterator {
  6.    public abstract AttributeSet getAttributes();
  7.  
  8.    public abstract int getEndOffset();
  9.  
  10.    public abstract int getStartOffset();
  11.  
  12.    public abstract HTML.Tag getTag();
  13.  
  14.    public abstract boolean isValid();
  15.  
  16.    public abstract void next();
  17. }
  18.